BaseManager

@objc(LSBaseManager)
class BaseManager
extension BaseManager : CVarArg, CustomDebugStringConvertible, CustomStringConvertible, Equatable, Hashable, NSObjectProtocol

Entry point to the LicenseSpring SDK Use to obtain the license or common product information

  • Init LicenseManager with configuration

    Throws

    LSError if input configuration is wrong

    Declaration

    Swift

    @objc
    init(configuration: Configuration) throws

    Parameters

    configuration

    Configuration of LicenseManager

  • Manager configuration

    Declaration

    Swift

    @objc
    var configuration: Configuration
  • Filesystem path to the license.

    Declaration

    Swift

    @objc
    var licenseFile: URL { get }